-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Handle undefined DashboardData props #1726
fix: Handle undefined DashboardData props #1726
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1726 +/- ##
==========================================
+ Coverage 46.05% 46.42% +0.37%
==========================================
Files 621 611 -10
Lines 37430 37221 -209
Branches 9399 9376 -23
==========================================
+ Hits 17237 17281 +44
+ Misses 20139 19886 -253
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
607aa5e
to
c2b029c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getDashboardSessionWrapper
currently only returns SessionWrapper
- that needs to be updated to allow undefined
as well.
fixes #1684
Testing